Welcome![Sign In][Sign Up]
Location:
Search - email server in java

Search list

[Email Serverrmaild_v1906_eng_full

Description: java开发的邮件服务器 搭建很快 简单实用-email server developed by Java. it is easy using and can be constructed quickly.
Platform: | Size: 7914496 | Author: 写林 | Hits:

[MySQLemail

Description: 邮件群发系统,为企业节省时间.用JSP+SQL+SERVLET+ SERVER 2000数据库等构建而成-Mass-mailing system for the enterprise to save time. With JSP+ SQL+ SERVLET+ SERVER 2000 by building a database
Platform: | Size: 540672 | Author: 有朋 | Hits:

[Email Clientemail

Description: 实现邮箱中对黑白名单的检测,同时进行数据库访问.先从邮件服务器中取出邮件的用户名称,然后一一与数据库中存储的黑白名单列表进行比较.先进行黑名单过滤,再进行白名单过滤,如果是黑名单则标记为"危险",白名单则标记为"安全".-Realize-mail list of black and white detection, at the same time database access. From mail server to retrieve e-mail user name, and then one by one and stored in the database list of black and white list. Blacklist filter first and then whitelist filtering , if it is a blacklist is marked as
Platform: | Size: 4096 | Author: qulei | Hits:

[ApplicationsEMail_System_Client_Server

Description: client server email system
Platform: | Size: 89088 | Author: saravanan | Hits:

[JSP/Javaqiu_networksecurity_project1

Description: 这是我写的一个关于JAVA SOCKET的程序,一个Server可以同时接受多个clients的requests,每次server和client之间的交流的信息都会被DES算法加密和解密--------------------------------------------------------------------------------- First version by Qiu Shi, March 11, 2009 Email: qs84727@gmail.com Reference: J2SE 6.0 API, SUN special security API -------------------------------------------------------------------------------- Program big picture: This program is designed for server and client communication as required by homework descriptions. Plus, I use some java multi-thread technique to make it as a one server communicating with multi-clients at the same time and the server will be always on, just like in the real world. There are total 2 directories, one named server which has all the java classes for server to run properly and some other files holding the users password hash values as well as shared secret keys the other one named client which has all the java classes for clients to run properly and also some other files holding the users shared keys. In client directory: Client.java--- This class is used to de
Platform: | Size: 14336 | Author: qiushi | Hits:

[Windows Developyawebmail-1.2.5

Description: Yawebmail 源码,一个网页邮件收发系统-Yawebmail is a Web-(Online-)Application that enables you to establish a SMTP-, POP3- or IMAP-Connection, even if you are behind a firewall that prevents Mail-Communication- you only need to have HTTP-Access to the Internet. Yawebmail takes the part of the eMail-Clientsoftware und communicates with the Mail-Server. Over an easy to understand Web-Interface you can read and edit eMails with your Browser. The Application is written in Java, using Java Server Faces (which itself uses Java Servlet-Technology) and can be run in any Java Servlet-Container Application-Server) supporting Servlet-API 2.4 (Tomcat, Jetty, Weblogic, ...). Yawebmail comes as a WAR-File (web application archive)- "yawebmail.war". All you have to do is to copy it into the deployment-directory of your Application-Server
Platform: | Size: 6054912 | Author: 123456 | Hits:

[JSP/Javajes_1.6.1

Description: Java Mail Server, 一个 JAVA SMT 及POP3 邮件服务器,是开源的.-Java Mail Server,a Java SMTP and POP3 e-mail server. This project was inspired by and based on the CRSMail project written by Calvin Smith. This project exists for everyone who is interested in running their own email server quickly and easily.
Platform: | Size: 675840 | Author: Mark Liu | Hits:

[Software EngineeringPractica_1_SMTP

Description: It contains a description of a development to be done in Java, that consist in the creation of an aplication to send a email to any server, without using any api of Java JDK
Platform: | Size: 33792 | Author: luis | Hits:

[JSP/JavaBeanmail

Description: Java Bean 发邮件实例,本例源码将利用J2EE 提供的java Mail 功能。与一个邮件服务器的会话由Session 对象封装。Session 对象可以用于获取Store 服务(例如POP 或者IMAP 服务器)和消息Transport 服务的句柄。电子邮件消息是由Message 对象封装的,同时通过使用一个具体的MimiMessage 对象在Internet 上封装电子邮件消息。-Java Bean mail instance, in this case the source will use java Mail feature J2EE provides. And a mail server session by the Session object encapsulation. Session object can be used to get a handle Store service (such as POP or IMAP server) and Message Transport services. Email messages are encapsulated by the Message object, through the use of a specific e-mail messages on MimiMessage object encapsulates the Internet.
Platform: | Size: 1024 | Author: jpudn31 | Hits:

[JSP/JavaBeanmail

Description: 摘要:Java源码,网络相关,发邮件 Java Bean 发邮件实例,本例源码将利用J2EE 提供的java Mail 功能。与一个邮件服务器的会话由Session 对象封装。Session 对象可以用于获取Store 服务(例如POP 或者IMAP 服务器)和消息Transport 服务的句柄。电子邮件消息是由Message 对象封装的,同时通过使用一个具体的MimiMessage 对象在Internet 上封装电子邮件消息。-Summary: Java source code, network-related, email Java Bean mail instance, in this case the source will use java Mail feature J2EE provides. And a mail server session by the Session object encapsulation. Session object can be used to get a handle Store service (such as POP or IMAP server) and Message Transport services. Email messages are encapsulated by the Message object, through the use of a specific e-mail messages on MimiMessage object encapsulates the Internet.
Platform: | Size: 1024 | Author: 郭涛 | Hits:

[Othersrc

Description: This a java email plugin code to send email. All you need to do is to configure the mail server details in the properties file. You can send to multiple recipients and cc people and also bcc people.-This is a java email plugin code to send email. All you need to do is to configure the mail server details in the properties file. You can send to multiple recipients and cc people and also bcc people.
Platform: | Size: 8192 | Author: rama | Hits:

[TCP/IP stacktcpclient-server

Description: Tcp client server communication using Java The client–server model is a distributed application structure that partitions tasks or workloads between the providers of a resource or service, called servers, and service requesters, called clients.[1] Often clients and servers communicate over a computer network on separate hardware, but both client and server may reside in the same system. A server host runs one or more server programs which share their resources with clients. A client does not share any of its resources, but requests a server s content or service function. Clients therefore initiate communication sessions with servers which await incoming requests. Examples of computer applications that use the client–server model are Email, network printing, and the World Wide Web
Platform: | Size: 1024 | Author: Anu joy | Hits:

[Windows Developjes-1.6.1-src

Description: 这个是一个java email server, 实现了 MTA / MTP(this is a implementation of email server based in java)
Platform: | Size: 261120 | Author: motivi | Hits:

CodeBus www.codebus.net